home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / HelpDesk.mdb / User.json < prev   
JavaScript Object Notation  |  1998-12-09  |  288b

  1. {
  2.     "schema": {
  3.         "ContactId": "Long Integer",
  4.         "UserName": "Text (10) NOT NULL",
  5.         "Password": "Text (10)",
  6.         "Permissions": "Long Integer",
  7.         "License": "Text (20)",
  8.         "Hide": "Boolean NOT NULL"
  9.     },
  10.     "data": [
  11.         {
  12.             "ContactId": 1,
  13.             "Hide": 0
  14.         },
  15.         {
  16.             "ContactId": 2,
  17.             "UserName": "ADMIN",
  18.             "Password": "admin",
  19.             "Permissions": 65535,
  20.             "Hide": 0
  21.         }
  22.     ]
  23. }